home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Copernic Desktop Search / copernicdesktopsearchfr.exe / $R0 / 0 / RCDATA / TOPTIONSGENERALFRM / TOPTIONSGENERALFRM.txt < prev   
Text File  |  2006-05-31  |  5KB  |  228 lines

  1. inherited OptionsGeneralFrm: TOptionsGeneralFrm
  2.   Width = 398
  3.   Height = 276
  4.   object ButtonsToDisplayGroupBox: TCDLGroupBox
  5.     Left = 0
  6.     Top = 0
  7.     Width = 398
  8.     Height = 70
  9.     Anchors = [akLeft, akTop, akRight]
  10.     Caption = ' Buttons to Display '
  11.     TabOrder = 0
  12.     InternalTopMargin = 0
  13.     InternalBottomMargin = 0
  14.     InternalLeftMargin = 0
  15.     InternalRightMargin = 0
  16.     object Image3: TImage
  17.       Left = 10
  18.       Top = 20
  19.       Width = 32
  20.       Height = 32
  21.       AutoSize = True
  22.       Picture.Data = {<image000.ico>}
  23.     end
  24.     object HighlightBtn: TCheckBox95
  25.       Left = 60
  26.       Top = 40
  27.       Width = 61
  28.       Height = 17
  29.       Caption = '&Highlight'
  30.       Checked = True
  31.       State = cbChecked
  32.       TabOrder = 1
  33.     end
  34.     object WordsAsYouTypeBtn: TCheckBox95
  35.       Left = 160
  36.       Top = 40
  37.       Width = 69
  38.       Height = 17
  39.       Caption = '&Word-Find'
  40.       TabOrder = 3
  41.     end
  42.     object MyContentBtn: TCheckBox95
  43.       Left = 160
  44.       Top = 20
  45.       Width = 91
  46.       Height = 17
  47.       Caption = '&My RSS Feeds'
  48.       TabOrder = 2
  49.     end
  50.     object PopupBlockerBtn: TCheckBox95
  51.       Left = 60
  52.       Top = 20
  53.       Width = 90
  54.       Height = 17
  55.       Caption = '&Popup Blocker'
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object SearchHistoryGroupBox: TGroupBox
  60.     Left = 0
  61.     Top = 80
  62.     Width = 398
  63.     Height = 103
  64.     Anchors = [akLeft, akTop, akRight]
  65.     Caption = ' Search History '
  66.     TabOrder = 1
  67.     object Image6: TImage
  68.       Left = 10
  69.       Top = 20
  70.       Width = 32
  71.       Height = 32
  72.       AutoSize = True
  73.       Picture.Data = {<image001.ico>}
  74.       Transparent = True
  75.     end
  76.     object KeepSearchHistoryBtn: TCheckBox95
  77.       Left = 60
  78.       Top = 20
  79.       Width = 139
  80.       Height = 17
  81.       Caption = '&Remember search history'
  82.       Checked = True
  83.       State = cbChecked
  84.       TabOrder = 0
  85.       OnClick = KeepSearchHistoryBtnClick
  86.     end
  87.     object AutoCompleteBtn: TCheckBox95
  88.       Left = 60
  89.       Top = 75
  90.       Width = 240
  91.       Height = 17
  92.       Caption = '&Display AutoComplete suggestions while typing'
  93.       TabOrder = 3
  94.     end
  95.     object ClearHistoryLink: THyperLink
  96.       Left = 77
  97.       Top = 35
  98.       Width = 82
  99.       Height = 15
  100.       WordWrap = False
  101.       Caption = 'Clear history now'
  102.       TabOrder = 1
  103.       OnClick = ClearHistoryLinkClick
  104.       HottrackFont.Charset = DEFAULT_CHARSET
  105.       HottrackFont.Color = clWindowText
  106.       HottrackFont.Height = -11
  107.       HottrackFont.Name = 'MS Sans Serif'
  108.       HottrackFont.Style = []
  109.     end
  110.     object ClearSearchAfterBtn: TCheckBox95
  111.       Left = 60
  112.       Top = 55
  113.       Width = 167
  114.       Height = 17
  115.       Caption = '&Clear search box after a search'
  116.       TabOrder = 2
  117.     end
  118.   end
  119.   object PersonalInformationGroupBox: TGroupBox
  120.     Left = 0
  121.     Top = 193
  122.     Width = 398
  123.     Height = 80
  124.     Anchors = [akLeft, akTop, akRight]
  125.     Caption = ' Personal Information '
  126.     TabOrder = 2
  127.     object CDLTableControlContainer: TCDLTableControlContainer
  128.       Left = 2
  129.       Top = 15
  130.       Width = 394
  131.       Height = 63
  132.       HorzScrollBar.Tracking = True
  133.       VertScrollBar.Tracking = True
  134.       TableDefinition = 
  135.         '<table><col width=10><col width=50><col width=*>'#13#10'<tr height=5>'#13 +
  136.         #10'<td rowspan=3>'#13#10'<tr height=25>'#13#10'  <td rowspan=2>PersonalInforma' +
  137.         'tionImage'#13#10'  <td>PostalCodePanel'#13#10'<tr height=23>'#13#10'  <td>Birthday' +
  138.         'Panel'#13#10'</table>'
  139.       Transparent = False
  140.       Align = alClient
  141.       ParentColor = True
  142.       TabOrder = 0
  143.       object PersonalInformationImage: TImage
  144.         Left = 10
  145.         Top = 5
  146.         Width = 32
  147.         Height = 32
  148.         AutoSize = True
  149.         Picture.Data = {<image002.ico>}
  150.         Transparent = True
  151.       end
  152.       object PostalCodePanel: TPanel
  153.         Left = 60
  154.         Top = 5
  155.         Width = 334
  156.         Height = 25
  157.         BevelOuter = bvNone
  158.         TabOrder = 0
  159.         object PostalCodeLbl: TLabel
  160.           Left = 0
  161.           Top = 5
  162.           Width = 46
  163.           Height = 13
  164.           Caption = '&Zip Code:'
  165.           FocusControl = PostalCodeEdit
  166.         end
  167.         object PostalCodeEdit: TEdit
  168.           Left = 51
  169.           Top = 1
  170.           Width = 80
  171.           Height = 21
  172.           TabOrder = 0
  173.         end
  174.       end
  175.       object BirthdayPanel: TPanel
  176.         Left = 60
  177.         Top = 30
  178.         Width = 334
  179.         Height = 23
  180.         BevelOuter = bvNone
  181.         TabOrder = 1
  182.         object BirthdayLbl: TLabel
  183.           Left = 0
  184.           Top = 5
  185.           Width = 41
  186.           Height = 13
  187.           Caption = '&Birthday:'
  188.           FocusControl = MonthCB
  189.         end
  190.         object MonthCB: TComboBox
  191.           Left = 51
  192.           Top = 1
  193.           Width = 80
  194.           Height = 21
  195.           Style = csDropDownList
  196.           ItemHeight = 13
  197.           ItemIndex = 0
  198.           TabOrder = 0
  199.           Text = 'January'
  200.           Items.Strings = (
  201.             'January'
  202.             'February'
  203.             'March'
  204.             'April'
  205.             'May'
  206.             'June'
  207.             'July'
  208.             'August'
  209.             'September'
  210.             'October'
  211.             'November'
  212.             'December')
  213.         end
  214.         object DayNumInp: TNumInp
  215.           Left = 139
  216.           Top = 1
  217.           Width = 41
  218.           Height = 21
  219.           Max = 31
  220.           Min = 1
  221.           TabOrder = 1
  222.           Value = 1
  223.         end
  224.       end
  225.     end
  226.   end
  227. end
  228.